home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-23 | 888 b | 24 lines | [TEXT/ttxt] |
- ARTAbrot - Apple Real-Time Architecture Mandelbrot Program
- Version 1.0
- by George Warner
- 08/23/93
- warnergt@aloft.att.com
-
- REQUIREMENTS:
- 68020 or greater
- ARTA equipped Macintosh (Quadra 840av, Centris 660av, or Mac with ARTA
- plug-in board.
-
- 1. WHAT IT IS: ARTAbrot is yet another Mandelbrot program with the big
- difference being that it uses the AT&T DSP3210 in ARTA to perform the
- intensive Mandelbrot calculations.
-
- 2. SOURCE CODE TOO! Complete source code is provided. For those who
- would like some sample ARTA source code (which is scarce at the time of
- this release). The DSP3210 source code is in file mbrot.s. All of the host
- DSP function calls are in brotcode.c. For those of you considering DSP
- programming, take a look at the mbrot.s DSP source code. This is DSP3210
- assembly code, but it is very much like C code -- one of the very nice
- features of the DSP3210.
-
-